|
|
The On Movie event is triggered based on actions of the movie. These actions can be Sprite events, Chapter events, Streaming status, or Time based. The On Movie choices are selected from the pop-up menu.
Options
- Chapter: The chapter event is triggered when the specified chapter track is loaded by the movie. The name of the chapter track needs to be selected from the input pop-up menu. There are no Parameters passed with the Chapter option.
- Stream Status: Stream status is triggered based on the five events: Connecting, Negotiating, Buffering, Live (Live is triggered when the stream is playing), and Disconnected. There are no Parameters for Stream Status.
- Time Limit: Is triggered when a movie is being loaded via HTTP. This is an internal movie event which is passed. There are two parameters Max Time, and Min Time.
- Wired Message: A wired message is triggered based on a sprite track in the movie. The wired message is the value of the debug string passed when the sprite is triggered. The wired attribute needs to be selected for wired messages to work. A Message parameter containing the value of the debug string is passed when events are triggered.
- Wired Number: A wired number event is triggered when the movie encounters an application number and string. The event has a Number parameter and a String parameter corresponding to the number and string of the event.
|